A. Singlethreaded
B. Multithreaded
C. Both of above
D. None of above
Advertisement
Related Mcqs:
- Which statement is static and synchronized in JDBC API ?
- A. getConnection() B. executeQuery() C. prepareCall() D. executeUpdate()...
- Which driver is efficient and always preferable for using JDBC applications_____________?
- A. Type-1 driver B. Type-2 driver C. Type-3 driver D. Type-4 driver...
- Which driver is called as thin-driver in JDBC ?
- A. Type-1 driver B. Type-2 driver C. Type-3 driver D. Type-4 driver...
- Which method is used to perform DML statements in JDBC ?
- A. executeUpdate() B. executeQuery() C. execute() D. None of above...
- Size of int in Java is_________________?
- A. 8 bit B. 16 bit C. 32 bit D. 64 bit...
- Executable applet is_________________?
- A. .class file B. .java file C. .java html D. .applet file...
- Which is the predefined package ?
- A. Lang package B. util package C. io package D. All of above...
- After the compilation of the java source code, which file is created by the JVM ?
- A. .class B. .doc C. .java D. .cdr...
- A method within a class is only accessible by classes that are defined within the same package as the class of the method. Which one of the following is used to enforce such restriction ?
- A. Declare the method with the keyword public. B. Declare the method with the keyword private. C. Do not declare the method with any accessibility modifiers. D. Declare the method with the keyword public and private....
- Which type of inheritance is not supported by java_____________?
- A. Single B. Mulilevel C. Hirarchical D. Multiple...
Advertisement